home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /* File : image.h */
- /* Purpose: graphics module header for mpsql */
- /* By : Keith R. Davis */
- /* Date : 9/9/95 */
- /* Notes : Modified from source by Douglas Young */
- /* Copyright 1994 by Prentice Hall */
- /************************************************************************/
-
- #ifndef _IMAGE_H
- #define _IMAGE_H
-
- /* installs the specified pixmap on the passed label widget */
- void InstallLabeledPixmap ( Widget w, char **xpmDescription );
-
- /* installs the applications window manager icon */
- void SetupIcon ( Widget shell, char **xpmDesc );
-
- #endif
-